home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00023_ivTransition frame script 3.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  466 b   |  14 lines

  1. on exitFrame
  2.   global givMAINMONITORSPRITE, givTransTo, givEditListPlayFlag, givTransTest
  3.   MessagePut("givTransTo is" && givTransTo & ", mainmonitor castnum is" && the castNum of sprite givMAINMONITORSPRITE)
  4.   set the castNum of sprite givMAINMONITORSPRITE to value(the number of cast givTransTo)
  5.   if givTransTest then
  6.     set givTransTest to 0
  7.   else
  8.     set givEditListPlayFlag to 1
  9.   end if
  10.   MessagePut("going back to ivMain")
  11.   go("ivMain")
  12.   put "Duck3"
  13. end
  14.